home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-SIG: World of Games
/
PC-SIG World of Games (CDRM1080710) (1993).iso
/
2573
/
TWO720K.BAT
< prev
Wrap
DOS Batch File
|
1980-01-01
|
912b
|
29 lines
echo off
echo TWO 720K DRIVE SYSTEM
echo This program extracts onto TWO 3 1/2 INCH BLANK FORMATTED diskettes."
if x%1==x goto noparm
if x%2==x goto noparm
echo Make sure ORIGINAL is in drive %1 and a blank formatted disk is in drive %2
pause
%1lharc e diska.lzh %2
mkdir %2\last2
%1lharc e diskb.lzh %2 computer.cga
%1lharc e diskb.lzh %2 table.cga
%1lharc e diskb.lzh %2 quest.cga
%1lharc e diskb.lzh %2\last2\ title.cga
%1lharc e diskb.lzh %2\last2\ room*.cga
echo Take out the disk in drive %2 and label it "DISK A/B" Insert
echo another blank formatted disk into drive %2.
pause
%1lharc e diska.lzh %2
mkdir %2\last2
%1lharc e diskc.lzh %2 instruct.doc
%1lharc e diskc.lzh %2\last2\
echo Take out the disk in drive %2 and label it "DISK A/C"
goto end1
:noparm
echo INVALID FORMAT! Type TWO720K (drive with ORIGINAL disk) (drive with blank disk)
echo Example: TWO720K A: B:
:end1